You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > BinaryOr Method > VectorInt.BinaryOr Method ([In] TMtxVecInt, [In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.BinaryOr Method ([In] TMtxVecInt, [In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)

Apply binary "or" between coresponding elements in Src1 and Src2.

Syntax
C#
Visual Basic
public TMtxVecInt BinaryOr([In] TMtxVecInt Src1, [In] TMtxVecInt Src2, [In] int SrcIndex1, [In] int SrcIndex2, [In] int Index, [In] int Len);

the result of binary "or" of Src1 values [SrcIndex1]..[SrcIndex1+Len-1] with coresponding Src2 values [SrcIndex2]..[SrcIndex2+Len-1] stored in the calling object at locations [Index]..[Index+Len-1].

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!